home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 2003 August
/
MW 8 2003 CD1.iso
/
Inside Macworld
/
Product News
/
gimp-1.2.4.sit
/
gimp-1.2.4
/
devel-docs
/
Makefile.am
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
2000-12-21
|
273 b
|
18 lines
SUBDIRS = libgimp pdb
EXTRA_DIST = \
README \
README.gtkdoc \
gih.txt \
gpb.txt \
parasites.txt \
undo.txt \
xcf.txt
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files macros/*; do \
echo $$p; \
done
# devel-docs/Makefile.am ends here